home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 February / CHIP Şubat 1998.iso / drivers / GRAFIK / DIAMOND / EDGE / EDGE230A.EXE / NV / NVMPU401.INF < prev    next >
Windows Setup INFormation  |  1997-01-23  |  1KB  |  70 lines

  1. ;---------------------------------------------------------------------------
  2. ;
  3. ;  Description:
  4. ;     INF file to install the MPU401 VxD.
  5. ;
  6. ;    History
  7. ;        12/1/96        tng        author
  8. ;
  9. ;  Copyright (c) 1996 NVidia Corporation.    All Rights Reserved.
  10. ;---------------------------------------------------------------------------
  11.  
  12. [Version]
  13. Signature=$CHICAGO$
  14. Class=MEDIA
  15. Provider=%String0%
  16. LayoutFile=layout.inf
  17.  
  18. [ClassInstall]
  19.  
  20. [DestinationDirs]
  21. DefaultDestDir=11
  22. NVMPU401.Copy=11
  23. NVMPU401.Del=11
  24.  
  25. [Manufacturer]
  26. %String1%=generic
  27.  
  28. [generic]
  29. %String2%=NVMPU401,
  30.  
  31. [NVMPU401]
  32. CopyFiles=NVMPU401.Copy
  33. DelFiles=NVMPU401.Del
  34. AddReg=NVMPU401.addreg
  35. LogConfig=NVMPU401.LC
  36. Reboot
  37.  
  38. [NVMPU401.Copy]
  39. nvmpu401.vxd
  40.  
  41. [NVMPU401.Del]
  42. nvmpu401.vxd
  43.  
  44. [NVMPU401.addreg]
  45. HKR,,Devloader,0,mmdevldr.vxd
  46. HKR,,Driver,0,nvmpu401.vxd
  47.  
  48. [NVMPU401.LC]
  49. ConfigPriority=RESTART
  50. IOConfig=330-301,300-301,230-231
  51.  
  52. [ControlFlags]
  53.  
  54. [NVMPU401.FactDef]
  55. ConfigPriority=RESTART
  56. IOConfig=330-331
  57.  
  58. [NVMPU401.UpdateIni]
  59.  
  60. [SourceDisksNames]
  61. 1=Windows 95 EDGE 3D DX 3 Driver Disk/CDROM,,0
  62.  
  63. [SourceDisksFiles]
  64. nvmpu401.vxd=1
  65.  
  66. [Strings]
  67. String0="NVidia"
  68. String1="NVidia"
  69. String2="EDGE 3D MPU401 Driver for General Midi in DOS Shell"
  70.